DefConst ( 'k_infoSoupName, "PopList:EnRouteN1" );

DefConst ( 'k_ixID,
	{
	structure: 'slot,
	path:      'id,
	type:      'int,
	} );

DefConst ( 'k_ixHashKey,	// LRT - 97/12/08 12:50 AM
	{
	structure: 'slot,
	path:      'hKey,
	type:      'int,
	} );

// ==

DefConst ( 'k_tagInfoKind,
	{	
	structure: 'slot,
	path:      'tag,
	type:      'tags,
	} );

DefConst ( 'k_infoSoupDef,
	{
	name: k_infoSoupName,	// string that identifies this soup to the system

	userName: LocObj ( "EnRoute POP List", 'soupDefs.popInfoName ),

	ownerApp: kAppSymbol,		// application symbol

	ownerAppName: LocObj ( "EnRoute internet POP list", 'soupDefs.popVisibleName ),
			// user-visible name of app that owns this soup

	userDescr: LocObj ( "The EnRoute Internet transport saves POP mail headers here.", 'soupDefs.popDescription ),
			// user-visible string describing soup

	indexes: [		// indexSpecs - default indexes
		k_ixID,
		k_ixHashKey,	// LRT - 97/12/08 12:50 AM
		k_tagInfoKind,
		],
	} );

DefConst ( 'k_RawPOPListItem,
	{
	tag:	nil,
	id:		nil,
	size:	nil,
	hKey:	nil,		// LRT - 97/12/08 12:50 AM
	UID:	nil,
	} );

/********************************************
	{
	tag:			[ userID, '_new ],
	when: 48868006,
x	id: 6,
	from: "celso@netcom.ca (Celso)",
	subj: "urlfun4u",
	size: 506236,
x	msgID: "<v02130500aec444f270b7@[207.94.96.140]>",
x	UID: "1ce6342d0007b97c"
	Read: TRUE,
	readPrior: TRUE,
	whenRead: 48930312,
	noDelete: TRUE,
	pleaseRead: TRUE,
	pleaseDelete: TRUE,
	serverMarked: NIL,
	}
***********************************************/
